regexp.bitState.push (method)

6 uses

	regexp (current package)
		backtrack.go#L129: func (b *bitState) push(re *Regexp, pc uint32, pos int, arg bool) {
		backtrack.go#L141: 	b.push(re, pc, pos, false)
		backtrack.go#L186: 				b.push(re, pc, pos, true)
		backtrack.go#L196: 				b.push(re, inst.Arg, pos, false)
		backtrack.go#L202: 			b.push(re, inst.Out, b.end, false)
		backtrack.go#L250: 					b.push(re, pc, b.cap[inst.Arg], true) // come back when we're done.